Tel No. (+91) 7015535114

For Binary Search Trees

Level 1


Question 1

Fina a value in a BST

Try YourSelf

View Solution

Video Solution

Question 2

Deletion of a node in a BST

Try YourSelf

View Solution

Video Solution

Question 3

Find min and max value in a BST

Try YourSelf

View Solution

Video Solution

Question 4

Find inorder successor and inorder predecessor in a BST

Try YourSelf

View Solution

Video Solution

Level 2


Question 1

Check if a tree is a BST or not

Try YourSelf

View Solution

Video Solution

Question 2

Populate Inorder successor of all nodes

Try YourSelf

View Solution

Video Solution

Question 3

Find LCA of 2 nodes in a BST

Try YourSelf

View Solution

Video Solution

Question 4

Construct BST from preorder traversal

Try YourSelf

View Solution

Video Solution

Level 3


Question 1

Convert Binary tree into BST

Try YourSelf

View Solution

Video Solution

Question 2

Convert a normal BST into a Balanced BST

Try YourSelf

View Solution

Video Solution

Question 3

Merge two BST [ V.V.V>IMP ]

Try YourSelf

View Solution

Video Solution

Question 4

Find Kth largest element in a BST

Try YourSelf

View Solution

Video Solution

Level 4


Question 1

Find Kth smallest element in a BST

Try YourSelf

View Solution

Video Solution

Question 2

Count pairs from 2 BST whose sum is equal to given value "X"

Try YourSelf

View Solution

Video Solution

Question 3

Find the median of BST in O(n) time and O(1) space

Try YourSelf

View Solution

Video Solution

Question 4

Count BST ndoes that lie in a given range

Try YourSelf

View Solution

Video Solution

Level 5


Question 1

Replace every element with the least greater element on its right

Try YourSelf

View Solution

Video Solution

Question 2

Given "n" appointments, find the conflicting appointments

Try YourSelf

View Solution

Video Solution

Question 3

Check preorder is valid or not

Try YourSelf

View Solution

Video Solution

Question 4

Check whether BST contains Dead end

Try YourSelf

View Solution

Video Solution

Level 6


Question 1

Largest BST in a Binary Tree [ V.V.V.V.V IMP ]

Try YourSelf

View Solution

Video Solution

Question 2

Flatten BST to sorted list

Try YourSelf

View Solution

Video Solution